{ tt_cache_log_wpt, 1, "/gpx/wpt/groundspeak:cache/groundspeak:logs/groundspeak:log/groundspeak:log_wpt" },
{ tt_cache_log_type, 1, "/gpx/wpt/groundspeak:cache/groundspeak:logs/groundspeak:log/groundspeak:type" },
{ tt_cache_log_date, 1, "/gpx/wpt/groundspeak:cache/groundspeak:logs/groundspeak:log/groundspeak:date" },
- { tt_cache_placer, 1, "/gpx/wpt/groundspeak:cache/groundspeak:placed_by" },
+ { tt_cache_placer, 1, "/gpx/wpt/groundspeak:cache/groundspeak:owner" },
{ tt_rte, 0, "/gpx/rte" },
{ tt_rte_name, 0, "/gpx/rte/name" },
*
*/
snprintf(obuf, sizeof(obuf),
- "PMGNGEO,%4.3f,%c,%09.3f,%c,%04.0f,F",
+ "PMGNGEO,%4.3f,%c,%08.3f,%c,%04.0f,F",
lat, ilat < 0 ? 'S' : 'N',
lon, ilon < 0 ? 'W' : 'E',
waypointp->altitude == unknown_alt ?